Default

Function

This API is used to restore defaults Thermal > ImageControl parameter

Request Message

Parameter Description

Table 1

ParameterRangeTypedescription
channel"CH1","CHx",
"IP_CH1","IP_CHx",
"WIFI_CH1","WIFI_CHx"
Channels supported by the device
stringDevice channel number

Sample:

POST /API/ChannelConfig/ImageControl/Default HTTP/1.1
{
    "version": "1.0",
    "data": {"channel": ["CH2"]}
}

Response Message

none

Sample:

{
    "result": "success",
    "data": {}
}

Error Code

See Response message body and general error_code for more information.